Downloading 1 requests, up to 2857 time slices each
Fetching request 1 of 1 (2025-08-08 to 2025-08-11) ~ 00:00:56 UTC
Downloading 1 requests, up to 1666 time slices each
Fetching request 1 of 1 (2025-08-11 to 2025-08-11) ~ 00:00:58 UTC
Error : Error {
code=503;
message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)";
}
RETRYing...
Downloading 1 requests, up to 909 time slices each
Fetching request 1 of 1 (2025-08-08 to 2025-08-11) ~ 00:01:03 UTC
Downloading 1 requests, up to 1538 time slices each
Fetching request 1 of 1 (2025-08-08 to 2025-08-11) ~ 00:01:06 UTC
Downloading 1 requests, up to 833 time slices each
Fetching request 1 of 1 (2025-08-11 to 2025-08-11) ~ 00:01:08 UTC
Error in open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x55b436d4ed20>), :
cannot open the connection
Downloading 1 requests, up to 11111 time slices each
Fetching request 1 of 1 (2025-08-08 to 2025-08-11) ~ 00:01:13 UTC
Downloading 1 requests, up to 396 time slices each
Fetching request 1 of 1 (2025-08-08 to 2025-08-11) ~ 00:01:15 UTC
Downloading 1 requests, up to 757 time slices each
Fetching request 1 of 1 (2025-08-11 to 2025-08-11) ~ 00:01:17 UTC
Error in open.connection(structure(5L, class = c("curl", "connection"), conn_id = <pointer: 0x55b431cd92d0>), :
cannot open the connection
Error in open.connection(structure(6L, class = c("curl", "connection"), conn_id = <pointer: 0x55b431ab9e20>), :
cannot open the connection
Error in open.connection(structure(7L, class = c("curl", "connection"), conn_id = <pointer: 0x55b435f5d2d0>), :
cannot open the connection
Error in open.connection(structure(8L, class = c("curl", "connection"), conn_id = <pointer: 0x55b42cc05080>), :
cannot open the connection
Error in open.connection(structure(9L, class = c("curl", "connection"), conn_id = <pointer: 0x55b42d1a11b0>), :
cannot open the connection
Downloading 1 requests, up to 3333 time slices each
Fetching request 1 of 1 (2025-08-11 to 2025-08-11) ~ 00:01:31 UTC
Downloading 1 requests, up to 1041 time slices each
Fetching request 1 of 1 (2025-08-08 to 2025-08-11) ~ 00:01:33 UTC
Error : Error {
code=503;
message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)";
}
RETRYing...
Error : Error {
code=503;
message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)";
}
RETRYing...
Error : Error {
code=503;
message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)";
}
Warning: There were 6 warnings in `mutate()`.
The first warning was:
ℹ In argument: `error = pmap_chr(list(i, nms, time_min, time_max), fxn)`.
Caused by warning:
! Failed to open 'https://coastwatch.noaa.gov/erddap/griddap/noaacwSMOSsss3day.csvp?altitude': The requested URL returned error: 503
ℹ Run `dplyr::last_dplyr_warnings()` to see the 5 remaining warnings.
4.1 Successes
Code
res |>mutate(success =is.na(error)) |>group_by(success) |>summarize(n =n()) |>datatable()